Skip to content

Adjusted the BC rules to be consistent #3645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2014
Merged

Conversation

stof
Copy link
Member

@stof stof commented Mar 6, 2014

A previous rule states that we guarantee BC for code extending the class. This rules does not allow marking a class as final as it would be a fatal error for extending code after the upgrade, which is far from being BC.

/cc @fabpot @webmozart

A previous rules states that we guarantee BC for code extending the class. This rules does not allow marking a class as final as it would be a fatal error for extending code after the upgrade, which is far from being BC.
@webmozart
Copy link
Contributor

You're right, thanks! 👍

@weaverryan
Copy link
Member

Thanks Stof!

weaverryan added a commit that referenced this pull request Mar 7, 2014
This PR was merged into the 2.3 branch.

Discussion
----------

Adjusted the BC rules to be consistent

A previous rule states that we guarantee BC for code extending the class. This rules does not allow marking a class as final as it would be a fatal error for extending code after the upgrade, which is far from being BC.

/cc @fabpot @webmozart

Commits
-------

6c1ded9 Adjusted the BC rules to be consistent
@weaverryan weaverryan merged commit 6c1ded9 into symfony:2.3 Mar 7, 2014
@stof stof deleted the patch-3 branch March 7, 2014 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants